var net/http.http2errRequestCanceled
13 uses
net/http (current package)
h2_bundle.go#L8564: var http2errRequestCanceled = errors.New("net/http: request canceled")
h2_bundle.go#L8633: return http2errRequestCanceled
h2_bundle.go#L8708: cs.abortStream(http2errRequestCanceled)
h2_bundle.go#L8709: return nil, cancelRequest(cs, http2errRequestCanceled)
h2_bundle.go#L8751: return http2errRequestCanceled
h2_bundle.go#L8763: return http2errRequestCanceled
h2_bundle.go#L8824: err = http2errRequestCanceled
h2_bundle.go#L8870: return http2errRequestCanceled
h2_bundle.go#L8889: return http2errRequestCanceled
h2_bundle.go#L9022: cs.bufPipe.CloseWithError(http2errRequestCanceled)
h2_bundle.go#L9305: return 0, http2errRequestCanceled
h2_bundle.go#L9932: return http2errRequestCanceled
transport.go#L2781: var errRequestCanceled = http2errRequestCanceled
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |